/ Assembly List / LJCWinFormCommon / FormCommon / SetMenuState

Namespace - LJCWinFormCommon


Parameters
contextMenuStrip - The menu control.
enableNew - The New Indicator.
enableEdit - The Edit indicator.

Syntax

C#
public static Void SetMenuState(ContextMenuStrip contextMenuStrip, Boolean enableNew, Boolean enableEdit)

Sets the enable state for the menu items.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.